All Questions
1 question
5votes
1answer
1kviews
Should I implement the consumer/producer pattern in my java video app, and if yes, how?
I built a small video frame analysis app with desktop Java 8. On each frame, I extract data (5 doubles now, but could expand to a 1920x1080x3 OpenCV Mat in the future). I would like to store this data ...